Video Poster Background Not Showing
Using Jamroom
Can you show me an example of the OUTPUT that that tag generates?
my guess is its either using an iframe if it uses an HTML player, or its using a flash player.
.... return_count="true".....
// Check for and move any files
$_files = jrCore_get_directory_files(jrCore_get_media_directory($_xt['_profile_id']));
if ($_files && is_array($_files) && count($_files) > 0) {
foreach ($_files as $file) {
if (strstr($file, "{$_post['module']}_{$_xt['_item_id']}")) {
$sdir = jrCore_get_media_directory($_xt['_profile_id']);
rename("{$sdir}/{$file}", "{$tdir}/{$file}");
}
}
}
$_conf['jrSystemTools_ffmpeg_binary'] = '/usr/bin/ffmpeg';